This folder contains a library with glue code for Metrowerks CodeWarriorâ„¢ with routines to turn Clicker on and off, set the action bits and get the name of a registered user.
To use it, select "Clicker Glue 68K.lib" (or "Clicker Glue PPC.lib" for PPC-Projects) into your project and include "Clicker Glue.h" in your source. See the header file for information about how to call the routines. Also don't forget to link in "MacOS.lib" (or "InterfaceLib" for PPC-Projects) because Clicker uses Gestalt to fetch Clicker Globals.
If you have questions, mail me.
Manuel
Version History
---------------
v1.02 - Changed so it can now support the new globals from Clicker v4.2. I'm very
sorry, but there was no way to work around the problem and use the old
globals. So your program with the glue may only work with Clicker 4.2 and
later. SORRY!
v1.01 - Added call to open the Clicker control panel.